ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _BaseSeriesView<TOwnerView,TSeriesDataModel> Class / _shapes Method

In This Topic
    _shapes Method (_BaseSeriesView<TOwnerView,TSeriesDataModel>)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function _shapes() As List(Of IShape)
    public virtual List<IShape> _shapes()
    See Also